bootm: use genimg_get_kernel_addr()
authorBryan Wu <[email protected]>
Fri, 1 Aug 2014 00:40:00 +0000 (17:40 -0700)
committerTom Rini <[email protected]>
Sat, 9 Aug 2014 15:26:15 +0000 (11:26 -0400)
commitb3dd64f5d537b41fc52a03e697271774891f4a70
treebcf7086c94feea4c3124a8029392cdc74f2fd01f
parent1fb7d0e61996971757876228ceed74c3a401ffea
bootm: use genimg_get_kernel_addr()

Use the new API which is originally taken out from boot_get_kernel
of bootm.c

Signed-off-by: Bryan Wu <[email protected]>
Tested-by: Stephen Warren <[email protected]>
Reviewed-by: Stephen Warren <[email protected]>
[trini: Fix warnings with CONFIG_FIT]
Signed-off-by: Tom Rini <[email protected]>
common/bootm.c